Vcenter NamespaceManagement NSXTier0Gateway Summary

Vcenter NamespaceManagement NSXTier0Gateway Summary
Vcenter NamespaceManagement NSXTier0Gateway Summary

The Vcenter NamespaceManagement NSXTier0Gateway Summary schema contains information about an NSX Tier0 Gateway.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "tier0_gateway": "string",
    "display_name": "string",
    "description": "string",
    "path": "string",
    "parent_tier0_gateway": "string"
}
string
tier0_gateway
Required

Identifier of the NSX Tier0 or Tier0-VRF Gateway.

This property was added in vSphere API 7.0.2.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: NSXTier0Gateway. When operations return a value of this schema as a response, the property will be an identifier for the resource type: NSXTier0Gateway.

string
display_name
Required

Display name of the NSX Gateway.

This property was added in vSphere API 7.0.2.0.

string
description
Optional

Description of the NSX Gateway.

This property was added in vSphere API 9.0.0.0.

If missing or null, the gateway has no description set.

string
path
Required

NSX Policy path of the NSX Gateway.

This property was added in vSphere API 7.0.2.0.

string
parent_tier0_gateway
Optional

Parent Tier0 of the NSX Tier0-VRF Gateway.

This property was added in vSphere API 9.0.0.0.

If missing or null, the gateway is not Tier0-VRF.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: NSXTier0Gateway. When operations return a value of this schema as a response, the property will be an identifier for the resource type: NSXTier0Gateway.